From: Gert Wollny Date: Thu, 9 Aug 2018 19:31:41 +0000 (+0200) Subject: d/ Update SO version to 13 X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~199 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=2fba35e2f29629b624f171b01dfb17b4a6b5b20e;p=dcmtk.git d/ Update SO version to 13 --- diff --git a/debian/control b/debian/control index 8229e57d..084ced17 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Description: OFFIS DICOM toolkit command line utilities . Note: This version was compiled with libssl support. -Package: libdcmtk12 +Package: libdcmtk13 Architecture: any Section: libs Depends: ${misc:Depends}, @@ -67,7 +67,7 @@ Depends: libxml2-dev, libwrap0-dev, libcharls-dev, libtiff-dev, - libdcmtk12 (= ${binary:Version}), + libdcmtk13 (= ${binary:Version}), ${misc:Depends} Suggests: dcmtk-doc Breaks: libinsighttoolkit4-dev (<< 4.9.0) diff --git a/debian/libdcmtk12.install b/debian/libdcmtk12.install deleted file mode 100644 index d0950e50..00000000 --- a/debian/libdcmtk12.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*.so.* -usr/share/libdcmtk12/*.dic diff --git a/debian/libdcmtk12.lintian-overrides b/debian/libdcmtk12.lintian-overrides deleted file mode 100644 index e87a5691..00000000 --- a/debian/libdcmtk12.lintian-overrides +++ /dev/null @@ -1,5 +0,0 @@ -# There is more than one library in one package bundles which makes perfectly -# sense in this application but does not enable naming the library package apropriately -libdcmtk12: package-name-doesnt-match-sonames -libdcmtk12: embedded-library -libdcmtk12: no-symbols-control-file diff --git a/debian/libdcmtk13.install b/debian/libdcmtk13.install new file mode 100644 index 00000000..0566d082 --- /dev/null +++ b/debian/libdcmtk13.install @@ -0,0 +1,2 @@ +usr/lib/*.so.* +usr/share/libdcmtk13/*.dic diff --git a/debian/libdcmtk13.lintian-overrides b/debian/libdcmtk13.lintian-overrides new file mode 100644 index 00000000..92be4318 --- /dev/null +++ b/debian/libdcmtk13.lintian-overrides @@ -0,0 +1,5 @@ +# There is more than one library in one package bundles which makes perfectly +# sense in this application but does not enable naming the library package apropriately +libdcmtk13: package-name-doesnt-match-sonames +libdcmtk13: embedded-library +libdcmtk13: no-symbols-control-file diff --git a/debian/rules b/debian/rules index 73fd91c1..3a324bd8 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DDCMTK_WITH_ICONV:BOOL=ON \ -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk12 \ + -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk13 \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DDCMTK_USE_CXX11_STL:BOOL=ON \ -DDCMTK_ENABLE_CXX11:BOOL=ON